CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编译 代码生成

搜索资源列表

  1. syntactic-analyzer

    0下载:
  2. 语义(语法)分析器及中间代码生成产生器,实现对四元式解释编译-Semantic parser and intermediate code generation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:312820
    • 提供者:宋志伟
  1. siyuanshi

    0下载:
  2. 编译四元式,课设要求,中间代码生成必备,编译原理课程设计-Compiled four yuan style, class set requirements, intermediate code generation necessary
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1280625
    • 提供者:李德祥
  1. thread

    0下载:
  2. asio_threads.cpp : ASIO 线程样例代码源文件 join.c : 用 pthread join 测试例子代码源文件 multi_threads.c : 结合 ACE以及 pthread 的多线程例子代码源文件 build.sh : 编译并生成可执行文件的脚本程序 readme.txt : 自述文本文件-asio_threads.cpp : ASIO thread program sample join.c : an example of join whic
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2713
    • 提供者:Haojun
  1. bianyiyuanli

    0下载:
  2. 这是一个大学生编译原理课程设 的C编译器,具有词法分析、语法分析、语义分析、代码优化、目标代码生成等功能-wo caon ni ma
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:124260
    • 提供者:mengmeng
  1. Compiler-theory

    0下载:
  2. 编译原理 第1章绪论 第2章数据类型 第3章控制结构 第4章程序语言的设计 第5章非过程式程序设计语言 第6章形式语义学简介 第7章编译概述 第8章词法分析 第9章自上而下的语法分析 第10章自下而上的语法分析 第11章语义分析和中间代码生成 第12章代码优化和目标代码生成 第13章运行时存储空间的组织 -Compiler theory Chapter 1 Introduction Chapter 2 data types C
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:773776
    • 提供者:王兵
  1. compile3

    0下载:
  2. c++实现的编译程序。编译原理实验课编写。 包括词法分析 、语法分析(block)/以及代码生成过程。 -compiler that achieve by c++。
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:792717
    • 提供者:ivy
  1. 199056234OCR_

    1下载:
  2. 此OCR代码收集自网上,可以调用微软OFFICE内置的OCR识别功能,使用前必须先安装OFFICE2003以上版本! 使用OCR识别模块源自一个失败的项目,本源码使用VC++6.0SP3编译,编译后生成一个 DLL 动态链接库文件。 RELEASE内有编译后的DLL文件及易语言的实例代码(此实例项目源于一个流产的项目,现公开源码)!-This OCR code to collect information from the Internet, can call Microsoft OFF
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2303324
    • 提供者:
  1. Xxx2264lib2

    0下载:
  2. 代码是x264在DM642下的移植,编译之后生成库文件,在应用程序序源码工程里加载头文件之后,此库能按照所提供的函数进行调 可直接使用。 -The code is x264 transplantation, the DM642 to compile and generate a library file, load the header files in the application sequence source projects, this library can be adjuste
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:813272
    • 提供者:fz
  1. tThemiddlegenh

    1下载:
  2. 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行行行,详细地阐述了一个编译器的设计与实现。它是大纲教学,课程设计良好的示范,也是编程与开发爱好者提高的好参考,其中这是中间代码生成部分。-This is the source code of the compiler theory, involving the various compiler th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5487
    • 提供者:系统,结构
  1. scmd_SNL_C_con

    0下载:
  2. snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。-the snl language is a simple process language with nested process definition, the primitive code in C language SNL language lexical analysis,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:233638
    • 提供者:谈判
  1. c1233456efasdo

    1下载:
  2. 编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行行,详详细地阐述了一个编译器的设计与实现。它是大纲教学,课程设计良好的示范,也是编程与开发爱好者提高的好参考,其中这是语义分析部分。希望尽早的开通我的帐号,与大家多多交流,成为热爱编程与开发的好朋友 -Compile the source code of the principle of invol
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-09
    • 文件大小:20011
    • 提供者:liming
  1. bianyishiyan

    0下载:
  2. 编译原理实验,包括词法分析,语法分析,语义分析及中间代码生成,还有实验报告。很完全-Compiler principle experiment, including lexical analysis, parsing, semantic analysis and intermediate code generation, as well as experimental report. It is completely
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:732837
    • 提供者:一夜长大
  1. Compilation-principle

    0下载:
  2. 编译原理是计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。-The compiler theory is an important professional courses, computer professional and is intended to introduce the general principles and basic methods of compi
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:2151772
    • 提供者:李丽
  1. TinyPlus

    0下载:
  2. 按照《编译原理与实践》课程,基于Tiny语言编译器改造的Tiny+编译器,实现了词法分析、语法分析、语法制导翻译、中间代码生成的步骤-According to class <Compiler onstruction>. Based on the the Tiny language compiler, it s a Tiny+ compiler, have achieved lexical analysis, parsing, syntax-directed translation,
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:253597
    • 提供者:
  1. Compiler_C

    1下载:
  2. java编写的C语言编译器,从C语言完成了到四元式的编译过程。其中包括词法分析,语法分析,语义分析,中间代码生成。-java written in C language compiler from the completion of the C language to quaternion-compilation process. Including lexical analysis, parsing, semantic analysis, intermediate code generatio
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:31652
    • 提供者:邓达成
  1. testparse

    0下载:
  2. 这是一个小型编译器的源代码,包括词法分析,语法分析,语义分析及中间代码生成。对初学编译原理的人有很大帮助。-This is a small compiler source code, including lexical analysis, parsing, semantic analysis and intermediate code generation. Beginner compiler theory.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:3667
    • 提供者:谢钦杰
  1. Flag

    0下载:
  2.  在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。使用Visual Studio C++编译项目工程,并修改代码生成一个五星红旗。-Windows system, install the GLUT library: Open glut-3.7.6-bin.zip is remove glut.h, glut32.lib glut32.dll were placed. Use the Visu
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:310498
    • 提供者:金倩倩
  1. tcpmp

    0下载:
  2. 本源代码,可以直接用vs2005进行编译,生成.exe可执行文件(即:cpmp播放器)放到wince600下就可以运行。 我已试过,但是有点小缺憾:下拉菜单没有文字提示,就是些播放符号 -The source code can be compiled with vs2005 generate exe executable file (ie: cpmp player) put wince600 under can run. I have tried, but a little sho
  3. 所属分类:Video Capture

    • 发布日期:2017-11-22
    • 文件大小:7454720
    • 提供者:大师傅
  1. CMMInterpreter

    0下载:
  2. CMM解释器,编译原理课程实践,能够实现词法分析,语法分析,中间代码生成等功能-CMM interpreter, compiler theory of curriculum practice, lexical analysis, parsing, intermediate code generation features such as
  3. 所属分类:CSharp

    • 发布日期:2017-12-02
    • 文件大小:166781
    • 提供者:雅小莫
  1. simple-C-language-compiler

    0下载:
  2. 编译原理课程设计:简易C语言编译器.实现了词法分析、语法分析、语义分析与中间代码产生、目标代码生成等功能.-Compiler theory curriculum design: simple C language compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:1488255
    • 提供者:li
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com